home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / mp3 / GMP3 / GMP3.exe / 0 / RCDATA / TRSCFORMREG / TRSCFORMREG.txt
Encoding:
Text File  |  1998-05-24  |  1.7 KB  |  96 lines

  1. object rscFormReg: TrscFormReg
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Register Copy'
  7.   ClientHeight = 239
  8.   ClientWidth = 221
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object rscLabel1: TLabel
  18.     Left = 39
  19.     Top = 8
  20.     Width = 142
  21.     Height = 20
  22.     Caption = 'Register you Copy:'
  23.     Font.Color = clNavy
  24.     Font.Height = -16
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsItalic]
  27.     ParentFont = False
  28.   end
  29.   object rscLabel2: TLabel
  30.     Left = 52
  31.     Top = 40
  32.     Width = 116
  33.     Height = 13
  34.     Caption = 'Your Activation Code is :'
  35.   end
  36.   object acode: TLabel
  37.     Left = 68
  38.     Top = 60
  39.     Width = 12
  40.     Height = 13
  41.   end
  42.   object rscLabel3: TLabel
  43.     Left = 36
  44.     Top = 84
  45.     Width = 149
  46.     Height = 13
  47.     Caption = 'Please Enter your Register Key:'
  48.   end
  49.   object rscLabel4: TLabel
  50.     Left = 59
  51.     Top = 140
  52.     Width = 102
  53.     Height = 13
  54.     Caption = 'Directory of .DCU file:'
  55.   end
  56.   object RegisterK: TEdit
  57.     Left = 50
  58.     Top = 108
  59.     Width = 121
  60.     Height = 21
  61.     TabOrder = 0
  62.   end
  63.   object rscPanel1: TPanel
  64.     Left = 4
  65.     Top = 196
  66.     Width = 213
  67.     Height = 2
  68.     TabOrder = 4
  69.   end
  70.   object rscBitBtn1: TBitBtn
  71.     Left = 4
  72.     Top = 208
  73.     Width = 75
  74.     Height = 25
  75.     TabOrder = 2
  76.     OnClick = rscBitBtn1Click
  77.     Kind = bkOK
  78.   end
  79.   object rscBitBtn2: TBitBtn
  80.     Left = 140
  81.     Top = 208
  82.     Width = 75
  83.     Height = 25
  84.     TabOrder = 3
  85.     OnClick = rscBitBtn2Click
  86.     Kind = bkCancel
  87.   end
  88.   object RDirec: TEdit
  89.     Left = 16
  90.     Top = 164
  91.     Width = 189
  92.     Height = 21
  93.     TabOrder = 1
  94.   end
  95. end
  96.